Revision: arnesi--dev--1.2--patch-50
Archive: bese-2004@common-lisp.net
Creator: Marco Baringer <mb@bese.it>
Date: Wed Feb 23 12:27:43 CET 2005
Standard-date: 2005-02-23 11:27:43 GMT
Modified-files: src/one-liners.lisp
New-patches: bese-2004@common-lisp.net/arnesi--dev--1.2--patch-50
Summary: REBINDING needs to preserve the order of evaluation.
Keywords: 

* one-liners.lisp (rebinding): Instead of expanding into a LET we now use
  a LET* this ensures that the values which are rebound are evaluated in
  the same order as they're passed to REBINDING.

